NamedRange Class

Represents a cell range that has a name assigned.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class NamedRange : NamedElement
Inheritance
Object    NamedElement    NamedRange

Constructors

NamedRange Initializes a new instance of the NamedRange class.
NamedRange(String) Initializes a new instance of the NamedRange class.

Properties

BaseCellAddress Contains an address of the base cell for relative addresses in formulas that occur within a condition. This attribute is only necessary when the condition contains a formula.
CellRangeAddress Contains an address of the named range. The address can be either absolute or relative.
Name Contains the name of a database range on which to perform operations. Within a single document, only one database range may have no name.
RangeUsableAs Specifies whether the name of the range can be used within the specification of a print range, a filter, a repeating row, or a repeat column.

Methods

Clone Creates a new object that is a deep copy of the current instance.
CloneNamedElement
(Overrides NamedElementCloneNamedElement)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current NamedRange object to its equivalent string representation.
(Overrides ObjectToString)

See Also